home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Shareware / Comunicatii / feedaemon / fd110rc5.exe / {app} / FeedDemon.exe / 0 / RCDATA / TFABOUT / TFABOUT.txt < prev   
Text File  |  2004-05-31  |  3KB  |  148 lines

  1. object fAbout: TfAbout
  2.   Left = 477
  3.   Top = 257
  4.   BorderStyle = bsNone
  5.   ClientHeight = 310
  6.   ClientWidth = 550
  7.   Color = clWhite
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   KeyPreview = True
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   OnClick = DoClick
  18.   OnCreate = FormCreate
  19.   OnKeyDown = FormKeyDown
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object imgAbout: TImage
  23.     Left = 0
  24.     Top = 0
  25.     Width = 550
  26.     Height = 310
  27.     Align = alClient
  28.     AutoSize = True
  29.     Picture.Data = {<image000.bmp>}
  30.     OnClick = DoClick
  31.   end
  32.   object lblVersion: TLabel
  33.     Left = 188
  34.     Top = 196
  35.     Width = 300
  36.     Height = 13
  37.     Alignment = taRightJustify
  38.     AutoSize = False
  39.     Caption = 'lblVersion'
  40.     Font.Charset = DEFAULT_CHARSET
  41.     Font.Color = clBlack
  42.     Font.Height = -11
  43.     Font.Name = 'Tahoma'
  44.     Font.Style = [fsBold]
  45.     ParentFont = False
  46.     Transparent = True
  47.     OnClick = DoClick
  48.   end
  49.   object lblShowOff: TLabel
  50.     Left = 200
  51.     Top = 260
  52.     Width = 344
  53.     Height = 13
  54.     Alignment = taCenter
  55.     AutoSize = False
  56.     Caption = 'lblShowOff'
  57.     Font.Charset = DEFAULT_CHARSET
  58.     Font.Color = clBlack
  59.     Font.Height = -11
  60.     Font.Name = 'Tahoma'
  61.     Font.Style = []
  62.     ParentFont = False
  63.     Transparent = True
  64.     OnClick = DoClick
  65.   end
  66.   object htmlTranslator: THTMLabel
  67.     Left = 200
  68.     Top = 276
  69.     Width = 344
  70.     Height = 17
  71.     AnchorHint = False
  72.     AutoSizing = False
  73.     AutoSizeType = asVertical
  74.     Ellipsis = False
  75.     HintShowFull = False
  76.     Hover = False
  77.     HoverColor = clNone
  78.     HoverFontColor = clNone
  79.     HTMLHint = False
  80.     ShadowColor = clGray
  81.     ShadowOffset = 2
  82.     Transparent = True
  83.     URLColor = clBlue
  84.     VAlignment = tvaTop
  85.     Visible = False
  86.   end
  87.   object htmlCopyright: THTMLabel
  88.     Left = 200
  89.     Top = 243
  90.     Width = 344
  91.     Height = 19
  92.     AnchorHint = False
  93.     AutoSizing = True
  94.     AutoSizeType = asVertical
  95.     Ellipsis = False
  96.     HintShowFull = False
  97.     Hover = False
  98.     HoverColor = clNone
  99.     HoverFontColor = clNone
  100.     HTMLHint = False
  101.     HTMLText.Strings = (
  102.       'htmlCopyright')
  103.     ShadowColor = clGray
  104.     ShadowOffset = 2
  105.     Transparent = True
  106.     URLColor = clBlue
  107.     VAlignment = tvaTop
  108.   end
  109.   object lblRegName: TLabel
  110.     Left = 16
  111.     Top = 8
  112.     Width = 400
  113.     Height = 13
  114.     AutoSize = False
  115.     Caption = 'lblRegName'
  116.     Font.Charset = DEFAULT_CHARSET
  117.     Font.Color = clWindowText
  118.     Font.Height = -11
  119.     Font.Name = 'MS Sans Serif'
  120.     Font.Style = [fsBold]
  121.     ParentFont = False
  122.     Transparent = True
  123.     Visible = False
  124.     OnClick = DoClick
  125.   end
  126.   object lblRegKey: TLabel
  127.     Left = 16
  128.     Top = 24
  129.     Width = 400
  130.     Height = 16
  131.     AutoSize = False
  132.     Caption = 'lblRegKey'
  133.     Transparent = True
  134.     Visible = False
  135.     OnClick = DoClick
  136.   end
  137.   object imgAffiliate: TImage
  138.     Left = 48
  139.     Top = 247
  140.     Width = 128
  141.     Height = 48
  142.     Cursor = crHandPoint
  143.     Transparent = True
  144.     Visible = False
  145.     OnClick = imgAffiliateClick
  146.   end
  147. end
  148.